summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applet_common_functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/am/applet_common_functions.h')
-rw-r--r--src/core/hle/service/am/applet_common_functions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/am/applet_common_functions.h b/src/core/hle/service/am/applet_common_functions.h
index 229555669..b86adf5cb 100644
--- a/src/core/hle/service/am/applet_common_functions.h
+++ b/src/core/hle/service/am/applet_common_functions.h
@@ -16,6 +16,7 @@ public:
private:
void SetCpuBoostRequestPriority(HLERequestContext& ctx);
+ void GetCurrentApplicationId(HLERequestContext& ctx);
const std::shared_ptr<Applet> applet;
};